Description | : The Get Landing Page API provides links to the API definition, the Conformance statements, and the metadata about the feature data in this dataset. The Features API is a part of [Creator](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](https://docs.microsoft.com/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [features](https://tools.ietf.org/html/rfc7946#section-3.2) defined by a common schema. **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). |
Reference | : Link ¶ |
⚼ Request
GET:
/features/datasets/{datasetId}
{
x-ms-client-id:
string
,
api-version:
string
,
datasetId:
string
,
}
⚐ Response (200)
{
ontology:
string
,
links:
}
[
]
,
{
,
href:
string
,
rel:
string
,
title:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}